h1 {text-align: center;
    margin: 10px;
    
    }
    
h1 {
        font-family: "NanumGimYuICe";
        font-size: 70px;
        
    }

    button {
        background-color: rgb(125, 125, 125);
        font-size: 20px;
        color: white;
        border:none;
        cursor:pointer;
        text-align:center;
        border-radius: 6px;
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "NanumGimYuICe";
        /* margin-left: 550px; */
        margin-top: 20px;
    }

    .container{
        text-align: center;
    
        
    }
    #form{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #output {
        width: 80vw; /* 가로 너비 제한 */
        height: 90px; /* 세로 높이 제한 */
        overflow: none; /* 넘치는 텍스트를 숨김 */
        white-space: nowrap; /* 텍스트를 한 줄로 유지 */
        /* border: 1px solid #ccc; 가시적인 테두리 추가 */
        padding-top: 0px; /* 내부 여백 */
        font-size: 100pt; /* 글꼴 크기 */
        text-align: center; /* 텍스트 중앙 정렬 */
        margin: 0px auto; /* 중앙 정렬을 위한 여백 */
        color:rgb(144, 216, 255);
    }
    

    .options-container {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }
    
    .phone-icon {
        width: 120px;   /* ← 여기 숫자만 줄이면 됨 */
        height: auto;
      }